home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / terrorKristall.dxr / Internal_51.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  456 b   |  13 lines

  1. on exitFrame
  2.   global gViaw
  3.   set gViaw to 1
  4.   set the windowType of window "KristallQT" to 2
  5.   set the title of window "KristallQT" to EMPTY
  6.   set the rect of window "KristallQT" to the drawRect of window "KristallQT" + rect(the stageLeft + 209, the stageTop + 158, the stageLeft + 209, the stageTop + 158)
  7.   open(window "KristallQT")
  8.   tell window "KristallQT"
  9.     set the movieTime of sprite 1 to 0
  10.     set the movieRate of sprite 1 to 1
  11.   end tell
  12. end
  13.